Valid for Sitecore
5.2, 5.1.1
Configure the Hello World DataProvider in the web.config File
Prev Next |
Locate the <dataProviders> section and add the following line to the section:
<helloworldprovider type="HelloWorldExample.HelloWorldProvider,
HelloWorldExample"/>
Prev Next